home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / df.dir / 00031_Continue regist. F.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  216 b   |  13 lines

  1. on mouseUp
  2.   puppetSprite(6, 0)
  3.   repeat with x = 19 to 20
  4.     puppetSprite(x, 1)
  5.     set the visible of sprite x to 1
  6.     puppetSprite(x, 0)
  7.   end repeat
  8.   go(19)
  9.   unLoadCast()
  10.   puppetSound(0)
  11.   updateStage()
  12. end
  13.